home *** CD-ROM | disk | FTP | other *** search
- /* this could be much larger but that's the way the Iris works now
- this is from gl/gl.h and is used in mgglshade.c */
- #define MAXLIGHTS 8
-
- extern void mgrib_lighting( struct mgastk *, int mask );
- extern void mgrib_lights( LtLight *light, struct mgastk *astk );
- extern void mgrib_appearance( struct mgastk *astk, int ap_mask,
- int mat_mask);
-